Click or drag to resize

RecurringDateTransition Class

Represents a time zone transition that occurs on a specific date each year.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTransition
    Independentsoft.ExchangeRecurringDateTransition

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RecurringDateTransition : Transition

The RecurringDateTransition type exposes the following members.

Constructors
  NameDescription
Public methodRecurringDateTransition
Initializes a new instance of the RecurringDateTransition class
Top
Properties
  NameDescription
Public propertyDay
Represents the day of the month on which the time zone transition occurs.
Public propertyMonth
Represents the month in which the time zone transition occurs.
Public propertyTarget
Specifies the Period or TransitionsGroup that is the target of the time zone transition.
(Inherited from Transition.)
Public propertyTargetDescription (Inherited from Transition.)
Public propertyTimeOffset
Represents the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current RecurringDateTransition object to its equivalent string representation.
(Overrides TransitionToString.)
Top
See Also